introspection: Explicitly include libgdk-x11.la when scanning gtk
authorColin Walters <walters@verbum.org>
Thu, 28 Oct 2010 20:45:08 +0000 (16:45 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 13 Nov 2010 06:23:30 +0000 (15:23 +0900)
commit2facb830fa1cad1f5a028925b6101d8fdec9d980
tree4d852587391b825da801c6e0ca0489502f74b822
parent79042e31a69381f220bafb3bd87b8a48e97d968f
introspection: Explicitly include libgdk-x11.la when scanning gtk

Debian changed the behavior of libtool to not follow dependencies
from .la files.  Fortunately, the scanner explicitly looks at the
.la files to see if they're really shared; if not it doesn't add
them to the .gir, so there's no cost.

https://bugzilla.gnome.org/show_bug.cgi?id=633405
gtk/Makefile.am